projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c1ed17
)
Seal priv pointer in GtkRecentChooserDialog.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:43 +0000
(11:05 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:43 +0000
(11:05 +0000)
svn path=/trunk/; revision=20576
gtk/gtkrecentchooserdialog.h
patch
|
blob
|
history
diff --git
a/gtk/gtkrecentchooserdialog.h
b/gtk/gtkrecentchooserdialog.h
index 07ef04ecc3292218552a6490cfbd56a2776698e9..d8c12214a80d8d4269d2e3141384cf42585e6231 100644
(file)
--- a/
gtk/gtkrecentchooserdialog.h
+++ b/
gtk/gtkrecentchooserdialog.h
@@
-48,7
+48,7
@@
struct _GtkRecentChooserDialog
/*< private >*/
GtkDialog parent_instance;
- GtkRecentChooserDialogPrivate *
priv
;
+ GtkRecentChooserDialogPrivate *
GSEAL (priv)
;
};
struct _GtkRecentChooserDialogClass